Eclipse Platform
Pre-release 3.0

Uses of Interface
org.eclipse.ui.contexts.IContextActivationService

Packages that use IContextActivationService
org.eclipse.ui.contexts   
 

Uses of IContextActivationService in org.eclipse.ui.contexts
 

Subinterfaces of IContextActivationService in org.eclipse.ui.contexts
 interface ICompoundContextActivationService
          An instance of this interface allows clients to manage context activation.
 interface IMutableContextActivationService
          An instance of this interface allows clients to manage context activation.
 

Methods in org.eclipse.ui.contexts that return IContextActivationService
 IContextActivationService IWorkbenchWindowContextSupport.getContextActivationService()
          Returns the context activation service for the workbench window.
 IContextActivationService ContextActivationServiceEvent.getContextActivationService()
          Returns the instance of the interface that changed.
 

Methods in org.eclipse.ui.contexts with parameters of type IContextActivationService
 void ICompoundContextActivationService.addContextActivationService(IContextActivationService contextActivationService)
          Adds an instance of IContextActivationService to this instance.
 void ICompoundContextActivationService.removeContextActivationService(IContextActivationService contextActivationService)
          Removes an instance of IContextActivationService from this instance.
 

Constructors in org.eclipse.ui.contexts with parameters of type IContextActivationService
ContextActivationServiceEvent(IContextActivationService contextActivationService, boolean activeContextIdsChanged)
          Creates a new instance of this class.
 


Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.